home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / fourpage / main.dfm / main.txt
Text File  |  1996-04-08  |  1KB  |  68 lines

  1. object frmFourPage: TfrmFourPage
  2.   Left = 200
  3.   Top = 99
  4.   ActiveControl = btnPrint
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Four Page'
  8.   ClientHeight = 97
  9.   ClientWidth = 137
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 14
  17.   object btnPSetup: TButton
  18.     Left = 8
  19.     Top = 8
  20.     Width = 57
  21.     Height = 25
  22.     Caption = 'Setup'
  23.     TabOrder = 0
  24.     OnClick = btnPSetupClick
  25.   end
  26.   object btnPrint: TButton
  27.     Left = 72
  28.     Top = 8
  29.     Width = 57
  30.     Height = 25
  31.     Caption = 'Print'
  32.     TabOrder = 1
  33.     OnClick = btnPrintClick
  34.   end
  35.   object btnClose: TButton
  36.     Left = 8
  37.     Top = 64
  38.     Width = 121
  39.     Height = 25
  40.     Cancel = True
  41.     Caption = 'Quit'
  42.     TabOrder = 2
  43.     OnClick = btnCloseClick
  44.   end
  45.   object cbTwoPages: TCheckBox
  46.     Left = 8
  47.     Top = 40
  48.     Width = 97
  49.     Height = 17
  50.     Caption = 'Two Pages'
  51.     State = cbChecked
  52.     TabOrder = 3
  53.   end
  54.   object PrinterSetupDialog: TPrinterSetupDialog
  55.     Left = 40
  56.     Top = 64
  57.   end
  58.   object OpenDialog: TOpenDialog
  59.     Filter = 
  60.       'All Files|*.*|My Delphi|*.pas;*.dpr;*.inc;*.nvc|Clipper|*.prg|De' +
  61.       'lphi|*.pas;*.dpr'
  62.     FilterIndex = 2
  63.     Options = [ofAllowMultiSelect, ofCreatePrompt]
  64.     Left = 8
  65.     Top = 64
  66.   end
  67. end
  68.